home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 5_programming / on / msg_group < prev    next >
Encoding:
Text File  |  2001-03-21  |  522 b   |  20 lines

  1. Synopsis:
  2.    on [<modes>]msg_group [<serial#>] [-|^]<match> { <action> }
  3.  
  4. Description:
  5.    This hook is similar to the MSG hook, except it applies to messages sent
  6.    to an undetermined group of people.  Typically, this is a server mask or
  7.    hostmask, and is sent by an irc operator.
  8.  
  9. Parameters:
  10.    $0    nickname of message sender
  11.    $1    group message was sent to
  12.    $2-   text of message
  13.  
  14. See Also:
  15.    msg(1)
  16.  
  17. Restrictions:
  18.    This hook has the same limitations on automated replies as the MSG hook.
  19.  
  20.